From 56bad25d65899f22f6f7a05ae3e87d2c7c8dfd00 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Mon, 22 May 2006 08:53:26 -0600 Subject: [PATCH] [IA64] Enable VTi network by defalt Due to dom0_vp open, we can enable VTi's network in configuration file now. From: Zhang Xiantao Signed-off-by: Alex Williamson --- tools/examples/xmexample.vti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti index 5d5b433cf3..d8cfa61de6 100644 --- a/tools/examples/xmexample.vti +++ b/tools/examples/xmexample.vti @@ -36,7 +36,7 @@ name = "ExampleVTIDomain" # Random MACs are assigned if not given. #vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ] # type=ioemu specify the NIC is an ioemu device not netfront -#vif = [ 'type=ioemu, bridge=xenbr0' ] +vif = [ 'type=ioemu, bridge=xenbr0' ] # for multiple NICs in device model, 3 in this example #vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu'] -- 2.30.2